home *** CD-ROM | disk | FTP | other *** search
/ Precos 4.97 Computer 2000 / Precos 4.97 Computer 2000.iso / pc / info / 5network / 3com / demos / msh / 3c.dir / 00088_Script_88 < prev    next >
Text File  |  1995-11-29  |  169b  |  11 lines

  1. on exitFrame
  2.   global count
  3.   if count<1 then
  4.     put count+1 into count
  5.     go to frame "k3"
  6.   else
  7.     put 0 into count
  8.     go to the frame+1
  9.   end if
  10.   
  11. end